home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q96 / 3 / 26.TXT
Text File  |  1993-08-30  |  2KB  |  62 lines

  1. DOCUMENT:Q96326  01-JUN-1993  [W_NT]
  2. TITLE   :Running REXX Scripts on Windows NT
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. --------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12. --------------------------------------------------------------------
  13.  
  14. Summary:
  15.  
  16. REXX (REstructured eXtended eXecutor) scripts can run with Windows NT
  17. without modification. However, you must make some changes to your
  18. Windows NT system and have OS/2 version 1.3 files available to run
  19. these scripts.
  20.  
  21. The following procedure enables Windows NT to support REXX scripts:
  22.  
  23. 1. From OS/2 version 1.3, copy CMD.EXE to a hard disk drive on your
  24.    Windows NT machine.
  25.  
  26. 2. Also from OS/2 version 1.3, copy the REXX dynamic-link library
  27.    (DLL) files to your Windows NT machine. Make sure these files reside
  28.    in a directory in your OS/2 library path.
  29.  
  30.    Note: REXX DLL files should have the form "REXX*.DLL" and be located
  31.    in the \OS2\DLL subdirectory of your OS/2 installation.
  32.  
  33. 3. Execute CMD.EXE from Windows NT.
  34.  
  35. You should be able to run REXX scripts now. Note the following:
  36.  
  37.  - REXX scripts should have two-letter prefixes of "/*" and
  38.    three-letter extensions of "CMD."
  39.  
  40.  - The first REXX script you run may not work. After you run it again,
  41.    all subsequent REXX scripts should run properly, including the first
  42.    script you ran.
  43.  
  44.  - Make sure all the OS/2 files you copied are version 1.3.
  45.  
  46. Additional reference words: 3.10 winnt
  47.  
  48. =============================================================================
  49.  
  50. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  51. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  52. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  53. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  54. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  55. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  56. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  57. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  58. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  59. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  60. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  61.  
  62. Copyright Microsoft Corporation 1993.